Click or drag to resize

SipClient Constructor (String, Int32, String, String)

Initializes a new instance of the SipClient class using the specified domain, port number, username and password.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public SipClient(
	string domain,
	int port,
	string username,
	string password
)

Parameters

domain
Type: SystemString
A string represents domain name, name or IP address of SIP server.
port
Type: SystemInt32
The port number of the SIP server.
username
Type: SystemString
The user name on the SIP server.
password
Type: SystemString
The password on the SIP server.
See Also